CalendarView for WinForms
PatternPen コンストラクタ(Int32[],Color,Int32)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > PatternPen クラス > PatternPen コンストラクタ : PatternPen コンストラクタ(Int32[],Color,Int32)
A System.Int32 array indicates the pattern of the pen.
A Color indicates the color of the pen.
An int indicates the width of the pen.
Initializes a new instance of the PatternPen class.
シンタックス
'宣言
 
Public Function New( _
   ByVal pattern() As System.Integer, _
   ByVal color As System.Drawing.Color, _
   ByVal width As System.Integer _
)
public PatternPen( 
   System.int[] pattern,
   System.Drawing.Color color,
   System.int width
)

パラメータ

pattern
A System.Int32 array indicates the pattern of the pen.
color
A Color indicates the color of the pen.
width
An int indicates the width of the pen.
参照

PatternPen クラス
PatternPen メンバ
オーバーロード一覧